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.7533,-94.8481)};var g_8cdf8fcef73001f146d0ac6f4c5fd665 = new google.maps.Geocoder();g_8cdf8fcef73001f146d0ac6f4c5fd665.geocode( { 'address': "32 W Conner Ave, Fairland, OK 74343"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('fairland-OK-first-bank-of-fairland').style.display = '';map = new google.maps.Map(document.getElementById('fairland-OK-first-bank-of-fairland'), mapOptions);}document.getElementById('b456fcfb').innerHTML += ' | View Map';var $l8cdf8fcef73001f146d0ac6f4c5fd665 = '

First Bank Of Fairland

Address: 32 W Conner Ave, Fairland, OK 74343
Phone: (918) 676-3232
';var m_8cdf8fcef73001f146d0ac6f4c5fd665 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Bank Of Fairland',});m_8cdf8fcef73001f146d0ac6f4c5fd665['infowindow'] = new google.maps.InfoWindow({content: $l8cdf8fcef73001f146d0ac6f4c5fd665});var infowindow = new google.maps.InfoWindow({content: $l8cdf8fcef73001f146d0ac6f4c5fd665});google.maps.event.addListener(m_8cdf8fcef73001f146d0ac6f4c5fd665, 'click', function() {infowindow.open(map,m_8cdf8fcef73001f146d0ac6f4c5fd665);});$marker.push(m_8cdf8fcef73001f146d0ac6f4c5fd665);}});}google.maps.event.addDomListener(window, 'load', initialize);