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.8325,-96.3912)};var g_1b9b27402d70d161d5e6f21fc1266fd6 = new google.maps.Geocoder();g_1b9b27402d70d161d5e6f21fc1266fd6.geocode( { 'address': "104 S Main St, Bristow, OK 74010, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bristow-OK-community-bank').style.display = '';map = new google.maps.Map(document.getElementById('bristow-OK-community-bank'), mapOptions);}document.getElementById('0ced4833').innerHTML += ' | View Map';var $l1b9b27402d70d161d5e6f21fc1266fd6 = '

Community Bank

Address: 104 S Main St, Bristow, OK 74010, USA
Phone: (918) 367-3343
';var m_1b9b27402d70d161d5e6f21fc1266fd6 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Community Bank',});m_1b9b27402d70d161d5e6f21fc1266fd6['infowindow'] = new google.maps.InfoWindow({content: $l1b9b27402d70d161d5e6f21fc1266fd6});var infowindow = new google.maps.InfoWindow({content: $l1b9b27402d70d161d5e6f21fc1266fd6});google.maps.event.addListener(m_1b9b27402d70d161d5e6f21fc1266fd6, 'click', function() {infowindow.open(map,m_1b9b27402d70d161d5e6f21fc1266fd6);});$marker.push(m_1b9b27402d70d161d5e6f21fc1266fd6);}});}google.maps.event.addDomListener(window, 'load', initialize);