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(36.1444,-98.9245)};var g_c7a2af589d255231c76944fe4a45a500 = new google.maps.Geocoder();g_c7a2af589d255231c76944fe4a45a500.geocode( { 'address': "403 S Main, Seiling, OK 73663, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('seiling-OK-shazam-atm').style.display = '';map = new google.maps.Map(document.getElementById('seiling-OK-shazam-atm'), mapOptions);}document.getElementById('d987c586').innerHTML += ' | View Map';var $lc7a2af589d255231c76944fe4a45a500 = '

Shazam Atm

Address: 403 S Main, Seiling, OK 73663, USA
Phone:
';var m_c7a2af589d255231c76944fe4a45a500 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Shazam Atm',});m_c7a2af589d255231c76944fe4a45a500['infowindow'] = new google.maps.InfoWindow({content: $lc7a2af589d255231c76944fe4a45a500});var infowindow = new google.maps.InfoWindow({content: $lc7a2af589d255231c76944fe4a45a500});google.maps.event.addListener(m_c7a2af589d255231c76944fe4a45a500, 'click', function() {infowindow.open(map,m_c7a2af589d255231c76944fe4a45a500);});$marker.push(m_c7a2af589d255231c76944fe4a45a500);}});}google.maps.event.addDomListener(window, 'load', initialize);