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.6037,-98.1768)};var g_b353888fbc3ee702b41d30669a23e12d = new google.maps.Geocoder();g_b353888fbc3ee702b41d30669a23e12d.geocode( { 'address': "114 E Main St, Calumet, OK 73014"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('calumet-OK-all-nations-bank').style.display = '';map = new google.maps.Map(document.getElementById('calumet-OK-all-nations-bank'), mapOptions);}document.getElementById('0aebf5b7').innerHTML += ' | View Map';var $lb353888fbc3ee702b41d30669a23e12d = '

All Nations Bank

Address: 114 E Main St, Calumet, OK 73014
Phone: (405) 893-2240
';var m_b353888fbc3ee702b41d30669a23e12d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'All Nations Bank',});m_b353888fbc3ee702b41d30669a23e12d['infowindow'] = new google.maps.InfoWindow({content: $lb353888fbc3ee702b41d30669a23e12d});var infowindow = new google.maps.InfoWindow({content: $lb353888fbc3ee702b41d30669a23e12d});google.maps.event.addListener(m_b353888fbc3ee702b41d30669a23e12d, 'click', function() {infowindow.open(map,m_b353888fbc3ee702b41d30669a23e12d);});$marker.push(m_b353888fbc3ee702b41d30669a23e12d);}});}google.maps.event.addDomListener(window, 'load', initialize);