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(35.7488,-96.6567)};var g_621eb0b827c09dd1804e87bd74f79383 = new google.maps.Geocoder();g_621eb0b827c09dd1804e87bd74f79383.geocode( { 'address': "300 W Main St, Stroud, OK 74079, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('stroud-OK-stroud-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('stroud-OK-stroud-national-bank'), mapOptions);}document.getElementById('38cabeaf').innerHTML += ' | View Map';var $l621eb0b827c09dd1804e87bd74f79383 = '

Stroud National Bank

Address: 300 W Main St, Stroud, OK 74079, USA
Phone: (918) 968-2545
';var m_621eb0b827c09dd1804e87bd74f79383 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Stroud National Bank',});m_621eb0b827c09dd1804e87bd74f79383['infowindow'] = new google.maps.InfoWindow({content: $l621eb0b827c09dd1804e87bd74f79383});var infowindow = new google.maps.InfoWindow({content: $l621eb0b827c09dd1804e87bd74f79383});google.maps.event.addListener(m_621eb0b827c09dd1804e87bd74f79383, 'click', function() {infowindow.open(map,m_621eb0b827c09dd1804e87bd74f79383);});$marker.push(m_621eb0b827c09dd1804e87bd74f79383);}});}google.maps.event.addDomListener(window, 'load', initialize);