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_106884ef45023d0c87a1f95dcde37b96 = new google.maps.Geocoder();g_106884ef45023d0c87a1f95dcde37b96.geocode( { 'address': "Virginia, Atoka, OK 74525"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('atoka-OK-amera-state-bank').style.display = '';map = new google.maps.Map(document.getElementById('atoka-OK-amera-state-bank'), mapOptions);}document.getElementById('e59db768').innerHTML += ' | View Map';var $l106884ef45023d0c87a1f95dcde37b96 = '

Amera State Bank

Address: Virginia, Atoka, OK 74525
Phone: (580) 889-3384
';var m_106884ef45023d0c87a1f95dcde37b96 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Amera State Bank',});m_106884ef45023d0c87a1f95dcde37b96['infowindow'] = new google.maps.InfoWindow({content: $l106884ef45023d0c87a1f95dcde37b96});var infowindow = new google.maps.InfoWindow({content: $l106884ef45023d0c87a1f95dcde37b96});google.maps.event.addListener(m_106884ef45023d0c87a1f95dcde37b96, 'click', function() {infowindow.open(map,m_106884ef45023d0c87a1f95dcde37b96);});$marker.push(m_106884ef45023d0c87a1f95dcde37b96);}});}google.maps.event.addDomListener(window, 'load', initialize);