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.7382,-100.548)};var g_4df9b34ea36ad02818ca526edcc64cb2 = new google.maps.Geocoder();g_4df9b34ea36ad02818ca526edcc64cb2.geocode( { 'address': "15 S Douglas Ave, Beaver, OK 73932"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('beaver-OK-first-security-bank').style.display = '';map = new google.maps.Map(document.getElementById('beaver-OK-first-security-bank'), mapOptions);}document.getElementById('22123482').innerHTML += ' | View Map';var $l4df9b34ea36ad02818ca526edcc64cb2 = '

First Security Bank

Address: 15 S Douglas Ave, Beaver, OK 73932
Phone: (580) 625-4516
';var m_4df9b34ea36ad02818ca526edcc64cb2 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Security Bank',});m_4df9b34ea36ad02818ca526edcc64cb2['infowindow'] = new google.maps.InfoWindow({content: $l4df9b34ea36ad02818ca526edcc64cb2});var infowindow = new google.maps.InfoWindow({content: $l4df9b34ea36ad02818ca526edcc64cb2});google.maps.event.addListener(m_4df9b34ea36ad02818ca526edcc64cb2, 'click', function() {infowindow.open(map,m_4df9b34ea36ad02818ca526edcc64cb2);});$marker.push(m_4df9b34ea36ad02818ca526edcc64cb2);}});}google.maps.event.addDomListener(window, 'load', initialize);