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.0338,-97.9474)};var g_c165343f46d5946c6f76c58a5ed0f52c = new google.maps.Geocoder();g_c165343f46d5946c6f76c58a5ed0f52c.geocode( { 'address': "1227 W Grand Ave, Chickasha, OK 73018"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('chickasha-OK-community-bank-of-oklahoma').style.display = '';map = new google.maps.Map(document.getElementById('chickasha-OK-community-bank-of-oklahoma'), mapOptions);}document.getElementById('ac4b437e').innerHTML += ' | View Map';var $lc165343f46d5946c6f76c58a5ed0f52c = '

Community Bank Of Oklahoma

Address: 1227 W Grand Ave, Chickasha, OK 73018
Phone: (405) 222-7145
';var m_c165343f46d5946c6f76c58a5ed0f52c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Community Bank Of Oklahoma',});m_c165343f46d5946c6f76c58a5ed0f52c['infowindow'] = new google.maps.InfoWindow({content: $lc165343f46d5946c6f76c58a5ed0f52c});var infowindow = new google.maps.InfoWindow({content: $lc165343f46d5946c6f76c58a5ed0f52c});google.maps.event.addListener(m_c165343f46d5946c6f76c58a5ed0f52c, 'click', function() {infowindow.open(map,m_c165343f46d5946c6f76c58a5ed0f52c);});$marker.push(m_c165343f46d5946c6f76c58a5ed0f52c);}});}google.maps.event.addDomListener(window, 'load', initialize);