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.4321,-99.3996)};var g_4a3e00961a08879c34f91ca0070ea2f5 = new google.maps.Geocoder();g_4a3e00961a08879c34f91ca0070ea2f5.geocode( { 'address': "906 Downs Ave, Woodward, OK 73801"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('woodward-OK-stock-exchange-bank').style.display = '';map = new google.maps.Map(document.getElementById('woodward-OK-stock-exchange-bank'), mapOptions);}document.getElementById('035872df').innerHTML += ' | View Map';var $l4a3e00961a08879c34f91ca0070ea2f5 = '

Stock Exchange Bank

Address: 906 Downs Ave, Woodward, OK 73801
Phone: (580) 256-3314
';var m_4a3e00961a08879c34f91ca0070ea2f5 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Stock Exchange Bank',});m_4a3e00961a08879c34f91ca0070ea2f5['infowindow'] = new google.maps.InfoWindow({content: $l4a3e00961a08879c34f91ca0070ea2f5});var infowindow = new google.maps.InfoWindow({content: $l4a3e00961a08879c34f91ca0070ea2f5});google.maps.event.addListener(m_4a3e00961a08879c34f91ca0070ea2f5, 'click', function() {infowindow.open(map,m_4a3e00961a08879c34f91ca0070ea2f5);});$marker.push(m_4a3e00961a08879c34f91ca0070ea2f5);}});}google.maps.event.addDomListener(window, 'load', initialize);