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.6673,-98.8837)};var g_d801ffbea4f748e1c2a73a8d7fdd1710 = new google.maps.Geocoder();g_d801ffbea4f748e1c2a73a8d7fdd1710.geocode( { 'address': "400 Main St, Custer City, OK 73639, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('custer-city-OK-southwest-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('custer-city-OK-southwest-national-bank'), mapOptions);}document.getElementById('e4e3f8df').innerHTML += ' | View Map';var $ld801ffbea4f748e1c2a73a8d7fdd1710 = '

Southwest National Bank

Address: 400 Main St, Custer City, OK 73639, USA
Phone: (580) 593-2291
';var m_d801ffbea4f748e1c2a73a8d7fdd1710 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Southwest National Bank',});m_d801ffbea4f748e1c2a73a8d7fdd1710['infowindow'] = new google.maps.InfoWindow({content: $ld801ffbea4f748e1c2a73a8d7fdd1710});var infowindow = new google.maps.InfoWindow({content: $ld801ffbea4f748e1c2a73a8d7fdd1710});google.maps.event.addListener(m_d801ffbea4f748e1c2a73a8d7fdd1710, 'click', function() {infowindow.open(map,m_d801ffbea4f748e1c2a73a8d7fdd1710);});$marker.push(m_d801ffbea4f748e1c2a73a8d7fdd1710);}});}google.maps.event.addDomListener(window, 'load', initialize);