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(28.9826,-95.9576)};var g_8a6ced04e8aa73b38e127d57b5707215 = new google.maps.Geocoder();g_8a6ced04e8aa73b38e127d57b5707215.geocode( { 'address': "2700 7th St, Bay City, TX 77414, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bay-city-TX-frost-bank-atm').style.display = '';map = new google.maps.Map(document.getElementById('bay-city-TX-frost-bank-atm'), mapOptions);}document.getElementById('8a9f1053').innerHTML += ' | View Map';var $l8a6ced04e8aa73b38e127d57b5707215 = '

Frost Bank ATM

Address: 2700 7th St, Bay City, TX 77414, USA
Phone: (800) 513-7678
';var m_8a6ced04e8aa73b38e127d57b5707215 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Frost Bank ATM',});m_8a6ced04e8aa73b38e127d57b5707215['infowindow'] = new google.maps.InfoWindow({content: $l8a6ced04e8aa73b38e127d57b5707215});var infowindow = new google.maps.InfoWindow({content: $l8a6ced04e8aa73b38e127d57b5707215});google.maps.event.addListener(m_8a6ced04e8aa73b38e127d57b5707215, 'click', function() {infowindow.open(map,m_8a6ced04e8aa73b38e127d57b5707215);});$marker.push(m_8a6ced04e8aa73b38e127d57b5707215);}});}google.maps.event.addDomListener(window, 'load', initialize);