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.6904,-101.481)};var g_a537037333bb5ba66531f5320e86ba28 = new google.maps.Geocoder();g_a537037333bb5ba66531f5320e86ba28.geocode( { 'address': "1223 N Main St, Guymon, OK 73942, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('guymon-OK-bank-of-the-panhandle').style.display = '';map = new google.maps.Map(document.getElementById('guymon-OK-bank-of-the-panhandle'), mapOptions);}document.getElementById('2af12156').innerHTML += ' | View Map';var $la537037333bb5ba66531f5320e86ba28 = '

Bank of the Panhandle

Address: 1223 N Main St, Guymon, OK 73942, USA
Phone: (580) 338-2593
';var m_a537037333bb5ba66531f5320e86ba28 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of the Panhandle',});m_a537037333bb5ba66531f5320e86ba28['infowindow'] = new google.maps.InfoWindow({content: $la537037333bb5ba66531f5320e86ba28});var infowindow = new google.maps.InfoWindow({content: $la537037333bb5ba66531f5320e86ba28});google.maps.event.addListener(m_a537037333bb5ba66531f5320e86ba28, 'click', function() {infowindow.open(map,m_a537037333bb5ba66531f5320e86ba28);});$marker.push(m_a537037333bb5ba66531f5320e86ba28);}});}google.maps.event.addDomListener(window, 'load', initialize);