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(35.2994,-99.6388)};var g_5b310acc61b824bed34736ac28969bef = new google.maps.Geocoder();g_5b310acc61b824bed34736ac28969bef.geocode( { 'address': "123 W Main St, Sayre, OK 73662"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('sayre-OK-inter-bank').style.display = '';map = new google.maps.Map(document.getElementById('sayre-OK-inter-bank'), mapOptions);}document.getElementById('dd26b5f7').innerHTML += ' | View Map';var $l5b310acc61b824bed34736ac28969bef = '

Inter Bank

Address: 123 W Main St, Sayre, OK 73662
Phone: (580) 928-5511
';var m_5b310acc61b824bed34736ac28969bef = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Inter Bank',});m_5b310acc61b824bed34736ac28969bef['infowindow'] = new google.maps.InfoWindow({content: $l5b310acc61b824bed34736ac28969bef});var infowindow = new google.maps.InfoWindow({content: $l5b310acc61b824bed34736ac28969bef});google.maps.event.addListener(m_5b310acc61b824bed34736ac28969bef, 'click', function() {infowindow.open(map,m_5b310acc61b824bed34736ac28969bef);});$marker.push(m_5b310acc61b824bed34736ac28969bef);}});}google.maps.event.addDomListener(window, 'load', initialize);