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.3325,-97.3353)};var g_2c12328aab48072aee9c07cf4442b238 = new google.maps.Geocoder();g_2c12328aab48072aee9c07cf4442b238.geocode( { 'address': "10 W Main St, Ardmore, OK 73401"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ardmore-OK-citizens-bank-trust-co').style.display = '';map = new google.maps.Map(document.getElementById('ardmore-OK-citizens-bank-trust-co'), mapOptions);}document.getElementById('39d0022e').innerHTML += ' | View Map';var $l2c12328aab48072aee9c07cf4442b238 = '

Citizens Bank & Trust Co

Address: 10 W Main St, Ardmore, OK 73401
Phone: (580) 226-4610
';var m_2c12328aab48072aee9c07cf4442b238 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citizens Bank & Trust Co',});m_2c12328aab48072aee9c07cf4442b238['infowindow'] = new google.maps.InfoWindow({content: $l2c12328aab48072aee9c07cf4442b238});var infowindow = new google.maps.InfoWindow({content: $l2c12328aab48072aee9c07cf4442b238});google.maps.event.addListener(m_2c12328aab48072aee9c07cf4442b238, 'click', function() {infowindow.open(map,m_2c12328aab48072aee9c07cf4442b238);});$marker.push(m_2c12328aab48072aee9c07cf4442b238);}});}google.maps.event.addDomListener(window, 'load', initialize);