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.7379,-96.0054)};var g_1a77befc3b608d6ed363567685f70e1e = new google.maps.Geocoder();g_1a77befc3b608d6ed363567685f70e1e.geocode( { 'address': "1701 SE Washington Blvd, Bartlesville, OK 74006"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bartlesville-OK-armstrong-bank').style.display = '';map = new google.maps.Map(document.getElementById('bartlesville-OK-armstrong-bank'), mapOptions);}document.getElementById('b74f9713').innerHTML += ' | View Map';var $l1a77befc3b608d6ed363567685f70e1e = '

Armstrong Bank

Address: 1701 SE Washington Blvd, Bartlesville, OK 74006
Phone: (918) 336-2000
';var m_1a77befc3b608d6ed363567685f70e1e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Armstrong Bank',});m_1a77befc3b608d6ed363567685f70e1e['infowindow'] = new google.maps.InfoWindow({content: $l1a77befc3b608d6ed363567685f70e1e});var infowindow = new google.maps.InfoWindow({content: $l1a77befc3b608d6ed363567685f70e1e});google.maps.event.addListener(m_1a77befc3b608d6ed363567685f70e1e, 'click', function() {infowindow.open(map,m_1a77befc3b608d6ed363567685f70e1e);});$marker.push(m_1a77befc3b608d6ed363567685f70e1e);}});}google.maps.event.addDomListener(window, 'load', initialize);