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.3504,-89.519)};var g_dd5321bef3221ce6653c54293a545c71 = new google.maps.Geocoder();g_dd5321bef3221ce6653c54293a545c71.geocode( { 'address': "1312 University Ave, Oxford, MS 38655"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('oxford-MS-community-trust-bank').style.display = '';map = new google.maps.Map(document.getElementById('oxford-MS-community-trust-bank'), mapOptions);}document.getElementById('d06b0efd').innerHTML += ' | View Map';var $ldd5321bef3221ce6653c54293a545c71 = '

Community Trust Bank

Address: 1312 University Ave, Oxford, MS 38655
Phone: (662) 513-2380
';var m_dd5321bef3221ce6653c54293a545c71 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Community Trust Bank',});m_dd5321bef3221ce6653c54293a545c71['infowindow'] = new google.maps.InfoWindow({content: $ldd5321bef3221ce6653c54293a545c71});var infowindow = new google.maps.InfoWindow({content: $ldd5321bef3221ce6653c54293a545c71});google.maps.event.addListener(m_dd5321bef3221ce6653c54293a545c71, 'click', function() {infowindow.open(map,m_dd5321bef3221ce6653c54293a545c71);});$marker.push(m_dd5321bef3221ce6653c54293a545c71);}});}google.maps.event.addDomListener(window, 'load', initialize);