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.2719,-99.8818)};var g_8b4b610b419995715e949eb98832c64b = new google.maps.Geocoder();g_8b4b610b419995715e949eb98832c64b.geocode( { 'address': "503 Main St, Shattuck, OK 73858, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('shattuck-OK-shattuck-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('shattuck-OK-shattuck-national-bank'), mapOptions);}document.getElementById('d000cf1f').innerHTML += ' | View Map';var $l8b4b610b419995715e949eb98832c64b = '

Shattuck National Bank

Address: 503 Main St, Shattuck, OK 73858, USA
Phone: (580) 938-2571
';var m_8b4b610b419995715e949eb98832c64b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Shattuck National Bank',});m_8b4b610b419995715e949eb98832c64b['infowindow'] = new google.maps.InfoWindow({content: $l8b4b610b419995715e949eb98832c64b});var infowindow = new google.maps.InfoWindow({content: $l8b4b610b419995715e949eb98832c64b});google.maps.event.addListener(m_8b4b610b419995715e949eb98832c64b, 'click', function() {infowindow.open(map,m_8b4b610b419995715e949eb98832c64b);});$marker.push(m_8b4b610b419995715e949eb98832c64b);}});}google.maps.event.addDomListener(window, 'load', initialize);