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.3856,-97.9741)};var g_8ab1a856382638d55b6c964d3401711b = new google.maps.Geocoder();g_8ab1a856382638d55b6c964d3401711b.geocode( { 'address': "26546 NE-22, Fullerton, NE 68638, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('fullerton-NE-shazam-atm').style.display = '';map = new google.maps.Map(document.getElementById('fullerton-NE-shazam-atm'), mapOptions);}document.getElementById('ff7a9b8e').innerHTML += ' | View Map';var $l8ab1a856382638d55b6c964d3401711b = '

Shazam Atm

Address: 26546 NE-22, Fullerton, NE 68638, USA
Phone:
';var m_8ab1a856382638d55b6c964d3401711b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Shazam Atm',});m_8ab1a856382638d55b6c964d3401711b['infowindow'] = new google.maps.InfoWindow({content: $l8ab1a856382638d55b6c964d3401711b});var infowindow = new google.maps.InfoWindow({content: $l8ab1a856382638d55b6c964d3401711b});google.maps.event.addListener(m_8ab1a856382638d55b6c964d3401711b, 'click', function() {infowindow.open(map,m_8ab1a856382638d55b6c964d3401711b);});$marker.push(m_8ab1a856382638d55b6c964d3401711b);}});}google.maps.event.addDomListener(window, 'load', initialize);