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(34.8231,-98.2434)};var g_c9423db74ff09a7c21a7671cd681d4e5 = new google.maps.Geocoder();g_c9423db74ff09a7c21a7671cd681d4e5.geocode( { 'address': "401 Cole Ave, Fletcher, OK 73541, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('fletcher-OK-the-first-national-bank-of-fletcher').style.display = '';map = new google.maps.Map(document.getElementById('fletcher-OK-the-first-national-bank-of-fletcher'), mapOptions);}document.getElementById('27176975').innerHTML += ' | View Map';var $lc9423db74ff09a7c21a7671cd681d4e5 = '

The First National Bank of Fletcher

Address: 401 Cole Ave, Fletcher, OK 73541, USA
Phone: (580) 549-6106
';var m_c9423db74ff09a7c21a7671cd681d4e5 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'The First National Bank of Fletcher',});m_c9423db74ff09a7c21a7671cd681d4e5['infowindow'] = new google.maps.InfoWindow({content: $lc9423db74ff09a7c21a7671cd681d4e5});var infowindow = new google.maps.InfoWindow({content: $lc9423db74ff09a7c21a7671cd681d4e5});google.maps.event.addListener(m_c9423db74ff09a7c21a7671cd681d4e5, 'click', function() {infowindow.open(map,m_c9423db74ff09a7c21a7671cd681d4e5);});$marker.push(m_c9423db74ff09a7c21a7671cd681d4e5);}});}google.maps.event.addDomListener(window, 'load', initialize);