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(37.1662,-95.1084)};var g_190ba7d0523c4efbb086361025882607 = new google.maps.Geocoder();g_190ba7d0523c4efbb086361025882607.geocode( { 'address': "424 Commercial St, Oswego, KS 67356, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('oswego-KS-shazam-atm').style.display = '';map = new google.maps.Map(document.getElementById('oswego-KS-shazam-atm'), mapOptions);}document.getElementById('28372539').innerHTML += ' | View Map';var $l190ba7d0523c4efbb086361025882607 = '

Shazam Atm

Address: 424 Commercial St, Oswego, KS 67356, USA
Phone:
';var m_190ba7d0523c4efbb086361025882607 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Shazam Atm',});m_190ba7d0523c4efbb086361025882607['infowindow'] = new google.maps.InfoWindow({content: $l190ba7d0523c4efbb086361025882607});var infowindow = new google.maps.InfoWindow({content: $l190ba7d0523c4efbb086361025882607});google.maps.event.addListener(m_190ba7d0523c4efbb086361025882607, 'click', function() {infowindow.open(map,m_190ba7d0523c4efbb086361025882607);});$marker.push(m_190ba7d0523c4efbb086361025882607);}});}google.maps.event.addDomListener(window, 'load', initialize);