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.4104,-99.4137)};var g_708f3cf8100d5e71834b1db77dfa15d6 = new google.maps.Geocoder();g_708f3cf8100d5e71834b1db77dfa15d6.geocode( { 'address': "1620 W 3rd St, Elk City, OK 73644"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('elk-city-OK-inter-bank').style.display = '';map = new google.maps.Map(document.getElementById('elk-city-OK-inter-bank'), mapOptions);}document.getElementById('7aaadb51').innerHTML += ' | View Map';var $l708f3cf8100d5e71834b1db77dfa15d6 = '

Inter Bank

Address: 1620 W 3rd St, Elk City, OK 73644
Phone: (580) 225-5580
';var m_708f3cf8100d5e71834b1db77dfa15d6 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Inter Bank',});m_708f3cf8100d5e71834b1db77dfa15d6['infowindow'] = new google.maps.InfoWindow({content: $l708f3cf8100d5e71834b1db77dfa15d6});var infowindow = new google.maps.InfoWindow({content: $l708f3cf8100d5e71834b1db77dfa15d6});google.maps.event.addListener(m_708f3cf8100d5e71834b1db77dfa15d6, 'click', function() {infowindow.open(map,m_708f3cf8100d5e71834b1db77dfa15d6);});$marker.push(m_708f3cf8100d5e71834b1db77dfa15d6);}});}google.maps.event.addDomListener(window, 'load', initialize);