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.8079,-97.7413)};var g_58a3c88f8354d4464ad552a6ab7ce400 = new google.maps.Geocoder();g_58a3c88f8354d4464ad552a6ab7ce400.geocode( { 'address': "120 N 1st St, Medford, OK 73759"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('medford-OK-bank-7').style.display = '';map = new google.maps.Map(document.getElementById('medford-OK-bank-7'), mapOptions);}document.getElementById('42d88b94').innerHTML += ' | View Map';var $l58a3c88f8354d4464ad552a6ab7ce400 = '

Bank 7

Address: 120 N 1st St, Medford, OK 73759
Phone: (580) 395-2321
';var m_58a3c88f8354d4464ad552a6ab7ce400 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank 7',});m_58a3c88f8354d4464ad552a6ab7ce400['infowindow'] = new google.maps.InfoWindow({content: $l58a3c88f8354d4464ad552a6ab7ce400});var infowindow = new google.maps.InfoWindow({content: $l58a3c88f8354d4464ad552a6ab7ce400});google.maps.event.addListener(m_58a3c88f8354d4464ad552a6ab7ce400, 'click', function() {infowindow.open(map,m_58a3c88f8354d4464ad552a6ab7ce400);});$marker.push(m_58a3c88f8354d4464ad552a6ab7ce400);}});}google.maps.event.addDomListener(window, 'load', initialize);