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(36.0548,-98.59)};var g_c59cb3bbb0b3bf545c8f9f841e042a17 = new google.maps.Geocoder();g_c59cb3bbb0b3bf545c8f9f841e042a17.geocode( { 'address': "Canton, OK"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('canton-OK-community-state-bank-of-canton').style.display = '';map = new google.maps.Map(document.getElementById('canton-OK-community-state-bank-of-canton'), mapOptions);}document.getElementById('b3f4dfea').innerHTML += ' | View Map';var $lc59cb3bbb0b3bf545c8f9f841e042a17 = '

Community State Bank Of Canton

Address: Canton, OK
Phone: (580) 274-3591
';var m_c59cb3bbb0b3bf545c8f9f841e042a17 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Community State Bank Of Canton',});m_c59cb3bbb0b3bf545c8f9f841e042a17['infowindow'] = new google.maps.InfoWindow({content: $lc59cb3bbb0b3bf545c8f9f841e042a17});var infowindow = new google.maps.InfoWindow({content: $lc59cb3bbb0b3bf545c8f9f841e042a17});google.maps.event.addListener(m_c59cb3bbb0b3bf545c8f9f841e042a17, 'click', function() {infowindow.open(map,m_c59cb3bbb0b3bf545c8f9f841e042a17);});$marker.push(m_c59cb3bbb0b3bf545c8f9f841e042a17);}});}google.maps.event.addDomListener(window, 'load', initialize);