var map;var $marker = [];function $setCursor($lat, $lng, $index){$marker[$index - 1]['infowindow'].open(map, $marker[$index - 1]);var $lat_lng = new google.maps.LatLng($lat, $lng);map.setCenter($lat_lng);map.setZoom(20);}function initialize(){var $i = 0;var mapOptions = {zoom: 10,center: new google.maps.LatLng(29.5401,-95.1428)};var g_545a6cf5d728f5c462e5d8722a177baa = new google.maps.Geocoder();g_545a6cf5d728f5c462e5d8722a177baa.geocode( { 'address': "19415 Gulf Fwy, Webster, TX 77598"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('webster-TX-comerica-bank').style.display = '';map = new google.maps.Map(document.getElementById('webster-TX-comerica-bank'), mapOptions);}document.getElementById('2b969c5f').innerHTML += ' | View Map';var $l545a6cf5d728f5c462e5d8722a177baa = '

Comerica Bank

Address: 19415 Gulf Fwy, Webster, TX 77598
Phone: (281) 332-5162
';var m_545a6cf5d728f5c462e5d8722a177baa = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Comerica Bank',});m_545a6cf5d728f5c462e5d8722a177baa['infowindow'] = new google.maps.InfoWindow({content: $l545a6cf5d728f5c462e5d8722a177baa});var infowindow = new google.maps.InfoWindow({content: $l545a6cf5d728f5c462e5d8722a177baa});google.maps.event.addListener(m_545a6cf5d728f5c462e5d8722a177baa, 'click', function() {infowindow.open(map,m_545a6cf5d728f5c462e5d8722a177baa);});$marker.push(m_545a6cf5d728f5c462e5d8722a177baa);}});}google.maps.event.addDomListener(window, 'load', initialize);