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(41.7211,-96.8836)};var g_28258dda692bace880cf3a761f69a006 = new google.maps.Geocoder();g_28258dda692bace880cf3a761f69a006.geocode( { 'address': "355 2nd St, Dodge, NE 68633, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('dodge-NE-shazam-atm').style.display = '';map = new google.maps.Map(document.getElementById('dodge-NE-shazam-atm'), mapOptions);}document.getElementById('996671db').innerHTML += ' | View Map';var $l28258dda692bace880cf3a761f69a006 = '

Shazam Atm

Address: 355 2nd St, Dodge, NE 68633, USA
Phone:
';var m_28258dda692bace880cf3a761f69a006 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Shazam Atm',});m_28258dda692bace880cf3a761f69a006['infowindow'] = new google.maps.InfoWindow({content: $l28258dda692bace880cf3a761f69a006});var infowindow = new google.maps.InfoWindow({content: $l28258dda692bace880cf3a761f69a006});google.maps.event.addListener(m_28258dda692bace880cf3a761f69a006, 'click', function() {infowindow.open(map,m_28258dda692bace880cf3a761f69a006);});$marker.push(m_28258dda692bace880cf3a761f69a006);}});}google.maps.event.addDomListener(window, 'load', initialize);