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.6614,-99.5703)};var g_8f2fa92df90276159805c03edf7ea760 = new google.maps.Geocoder();g_8f2fa92df90276159805c03edf7ea760.geocode( { 'address': "2nd St, Duke, OK 73532, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('duke-OK-farmers-and-merchants-bank').style.display = '';map = new google.maps.Map(document.getElementById('duke-OK-farmers-and-merchants-bank'), mapOptions);}document.getElementById('97f763f4').innerHTML += ' | View Map';var $l8f2fa92df90276159805c03edf7ea760 = '

Farmers and Merchants Bank

Address: 2nd St, Duke, OK 73532, USA
Phone: (580) 679-3334
';var m_8f2fa92df90276159805c03edf7ea760 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Farmers and Merchants Bank',});m_8f2fa92df90276159805c03edf7ea760['infowindow'] = new google.maps.InfoWindow({content: $l8f2fa92df90276159805c03edf7ea760});var infowindow = new google.maps.InfoWindow({content: $l8f2fa92df90276159805c03edf7ea760});google.maps.event.addListener(m_8f2fa92df90276159805c03edf7ea760, 'click', function() {infowindow.open(map,m_8f2fa92df90276159805c03edf7ea760);});$marker.push(m_8f2fa92df90276159805c03edf7ea760);}});}google.maps.event.addDomListener(window, 'load', initialize);