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(39.6825,-96.6604)};var g_56e3c5ca97c7c3fcf9415b2453afb634 = new google.maps.Geocoder();g_56e3c5ca97c7c3fcf9415b2453afb634.geocode( { 'address': "106 W 5th St, Blue Rapids, KS 66411, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('blue-rapids-KS-shazam-atm').style.display = '';map = new google.maps.Map(document.getElementById('blue-rapids-KS-shazam-atm'), mapOptions);}document.getElementById('b380611a').innerHTML += ' | View Map';var $l56e3c5ca97c7c3fcf9415b2453afb634 = '

Shazam Atm

Address: 106 W 5th St, Blue Rapids, KS 66411, USA
Phone:
';var m_56e3c5ca97c7c3fcf9415b2453afb634 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Shazam Atm',});m_56e3c5ca97c7c3fcf9415b2453afb634['infowindow'] = new google.maps.InfoWindow({content: $l56e3c5ca97c7c3fcf9415b2453afb634});var infowindow = new google.maps.InfoWindow({content: $l56e3c5ca97c7c3fcf9415b2453afb634});google.maps.event.addListener(m_56e3c5ca97c7c3fcf9415b2453afb634, 'click', function() {infowindow.open(map,m_56e3c5ca97c7c3fcf9415b2453afb634);});$marker.push(m_56e3c5ca97c7c3fcf9415b2453afb634);}});}google.maps.event.addDomListener(window, 'load', initialize);