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(40.7174,-97.3531)};var g_26e0639dcc946d94c1cd6b35e610af55 = new google.maps.Geocoder();g_26e0639dcc946d94c1cd6b35e610af55.geocode( { 'address': "390 Hector St, Cordova, NE 68330, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('cordova-NE-shazam-atm').style.display = '';map = new google.maps.Map(document.getElementById('cordova-NE-shazam-atm'), mapOptions);}document.getElementById('a90e73fa').innerHTML += ' | View Map';var $l26e0639dcc946d94c1cd6b35e610af55 = '

Shazam Atm

Address: 390 Hector St, Cordova, NE 68330, USA
Phone:
';var m_26e0639dcc946d94c1cd6b35e610af55 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Shazam Atm',});m_26e0639dcc946d94c1cd6b35e610af55['infowindow'] = new google.maps.InfoWindow({content: $l26e0639dcc946d94c1cd6b35e610af55});var infowindow = new google.maps.InfoWindow({content: $l26e0639dcc946d94c1cd6b35e610af55});google.maps.event.addListener(m_26e0639dcc946d94c1cd6b35e610af55, 'click', function() {infowindow.open(map,m_26e0639dcc946d94c1cd6b35e610af55);});$marker.push(m_26e0639dcc946d94c1cd6b35e610af55);}});}google.maps.event.addDomListener(window, 'load', initialize);