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(30.0968,-96.0819)};var g_09ac83ed29c0733f67ed22efd6cd0190 = new google.maps.Geocoder();g_09ac83ed29c0733f67ed22efd6cd0190.geocode( { 'address': "840 13th St, Hempstead, TX 77445, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hempstead-TX-atm-fuel-depot-2').style.display = '';map = new google.maps.Map(document.getElementById('hempstead-TX-atm-fuel-depot-2'), mapOptions);}document.getElementById('c4cbbf46').innerHTML += ' | View Map';var $l09ac83ed29c0733f67ed22efd6cd0190 = '

ATM (Fuel Depot 2)

Address: 840 13th St, Hempstead, TX 77445, USA
Phone:
';var m_09ac83ed29c0733f67ed22efd6cd0190 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ATM (Fuel Depot 2)',});m_09ac83ed29c0733f67ed22efd6cd0190['infowindow'] = new google.maps.InfoWindow({content: $l09ac83ed29c0733f67ed22efd6cd0190});var infowindow = new google.maps.InfoWindow({content: $l09ac83ed29c0733f67ed22efd6cd0190});google.maps.event.addListener(m_09ac83ed29c0733f67ed22efd6cd0190, 'click', function() {infowindow.open(map,m_09ac83ed29c0733f67ed22efd6cd0190);});$marker.push(m_09ac83ed29c0733f67ed22efd6cd0190);}});}google.maps.event.addDomListener(window, 'load', initialize);