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(34.3853,-96.1321)};var g_3cccf11db6201fb0ad13ae409becd742 = new google.maps.Geocoder();g_3cccf11db6201fb0ad13ae409becd742.geocode( { 'address': "1801 S Mississippi Ave, Atoka, OK 74525"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('atoka-OK-ameristate-bank').style.display = '';map = new google.maps.Map(document.getElementById('atoka-OK-ameristate-bank'), mapOptions);}document.getElementById('2a865ec8').innerHTML += ' | View Map';var $l3cccf11db6201fb0ad13ae409becd742 = '

Ameristate Bank

Address: 1801 S Mississippi Ave, Atoka, OK 74525
Phone: (580) 889-8751
';var m_3cccf11db6201fb0ad13ae409becd742 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Ameristate Bank',});m_3cccf11db6201fb0ad13ae409becd742['infowindow'] = new google.maps.InfoWindow({content: $l3cccf11db6201fb0ad13ae409becd742});var infowindow = new google.maps.InfoWindow({content: $l3cccf11db6201fb0ad13ae409becd742});google.maps.event.addListener(m_3cccf11db6201fb0ad13ae409becd742, 'click', function() {infowindow.open(map,m_3cccf11db6201fb0ad13ae409becd742);});$marker.push(m_3cccf11db6201fb0ad13ae409becd742);}});}google.maps.event.addDomListener(window, 'load', initialize);