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.5658,-96.7095)};var g_89a8a9b9e45453813bb99586f1bae93f = new google.maps.Geocoder();g_89a8a9b9e45453813bb99586f1bae93f.geocode( { 'address': "308 N Main St, Fairfax, OK 74637, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('fairfax-OK-first-state-bank').style.display = '';map = new google.maps.Map(document.getElementById('fairfax-OK-first-state-bank'), mapOptions);}document.getElementById('dd895c0c').innerHTML += ' | View Map';var $l89a8a9b9e45453813bb99586f1bae93f = '

First State Bank

Address: 308 N Main St, Fairfax, OK 74637, USA
Phone: (918) 642-3221
';var m_89a8a9b9e45453813bb99586f1bae93f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First State Bank',});m_89a8a9b9e45453813bb99586f1bae93f['infowindow'] = new google.maps.InfoWindow({content: $l89a8a9b9e45453813bb99586f1bae93f});var infowindow = new google.maps.InfoWindow({content: $l89a8a9b9e45453813bb99586f1bae93f});google.maps.event.addListener(m_89a8a9b9e45453813bb99586f1bae93f, 'click', function() {infowindow.open(map,m_89a8a9b9e45453813bb99586f1bae93f);});$marker.push(m_89a8a9b9e45453813bb99586f1bae93f);}});}google.maps.event.addDomListener(window, 'load', initialize);