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(33.1814,-94.7422)};var g_704190f10b347e788db546a6d82ec43f = new google.maps.Geocoder();g_704190f10b347e788db546a6d82ec43f.geocode( { 'address': "US-67, Omaha, TX 75571, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('omaha-TX-atm').style.display = '';map = new google.maps.Map(document.getElementById('omaha-TX-atm'), mapOptions);}document.getElementById('e3c9849a').innerHTML += ' | View Map';var $l704190f10b347e788db546a6d82ec43f = '

ATM

Address: US-67, Omaha, TX 75571, USA
Phone:
';var m_704190f10b347e788db546a6d82ec43f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ATM',});m_704190f10b347e788db546a6d82ec43f['infowindow'] = new google.maps.InfoWindow({content: $l704190f10b347e788db546a6d82ec43f});var infowindow = new google.maps.InfoWindow({content: $l704190f10b347e788db546a6d82ec43f});google.maps.event.addListener(m_704190f10b347e788db546a6d82ec43f, 'click', function() {infowindow.open(map,m_704190f10b347e788db546a6d82ec43f);});$marker.push(m_704190f10b347e788db546a6d82ec43f);}});}google.maps.event.addDomListener(window, 'load', initialize);