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.6493,-95.0232)};var g_b772297392c6202611e55ad9cd9e9160 = new google.maps.Geocoder();g_b772297392c6202611e55ad9cd9e9160.geocode( { 'address': "25955 Highway 82, Park Hill, OK 74451"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('park-hill-OK-armstrong-bank').style.display = '';map = new google.maps.Map(document.getElementById('park-hill-OK-armstrong-bank'), mapOptions);}document.getElementById('fc0affd6').innerHTML += ' | View Map';var $lb772297392c6202611e55ad9cd9e9160 = '

Armstrong Bank

Address: 25955 Highway 82, Park Hill, OK 74451
Phone: (918) 431-1200
';var m_b772297392c6202611e55ad9cd9e9160 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Armstrong Bank',});m_b772297392c6202611e55ad9cd9e9160['infowindow'] = new google.maps.InfoWindow({content: $lb772297392c6202611e55ad9cd9e9160});var infowindow = new google.maps.InfoWindow({content: $lb772297392c6202611e55ad9cd9e9160});google.maps.event.addListener(m_b772297392c6202611e55ad9cd9e9160, 'click', function() {infowindow.open(map,m_b772297392c6202611e55ad9cd9e9160);});$marker.push(m_b772297392c6202611e55ad9cd9e9160);}});}google.maps.event.addDomListener(window, 'load', initialize);