function doZoomToRegion(pStrCoords)
{
    var arryInfo = pStrCoords.split(",");

    doSetCenter(arryInfo[0], arryInfo[1], arryInfo[2]);
}
