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(33.9853,-89.3499)};var g_dd050e6ed073b0fd4e5ff1f77cdfca2b = new google.maps.Geocoder();g_dd050e6ed073b0fd4e5ff1f77cdfca2b.geocode( { 'address': "202 S Pontotoc Rd, Bruce, MS 38915, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bruce-MS-community-finance').style.display = '';map = new google.maps.Map(document.getElementById('bruce-MS-community-finance'), mapOptions);}document.getElementById('9f3c3439').innerHTML += ' | View Map';var $ldd050e6ed073b0fd4e5ff1f77cdfca2b = '

Community Finance

Address: 202 S Pontotoc Rd, Bruce, MS 38915, USA
Phone: (662) 983-7877
';var m_dd050e6ed073b0fd4e5ff1f77cdfca2b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Community Finance',});m_dd050e6ed073b0fd4e5ff1f77cdfca2b['infowindow'] = new google.maps.InfoWindow({content: $ldd050e6ed073b0fd4e5ff1f77cdfca2b});var infowindow = new google.maps.InfoWindow({content: $ldd050e6ed073b0fd4e5ff1f77cdfca2b});google.maps.event.addListener(m_dd050e6ed073b0fd4e5ff1f77cdfca2b, 'click', function() {infowindow.open(map,m_dd050e6ed073b0fd4e5ff1f77cdfca2b);});$marker.push(m_dd050e6ed073b0fd4e5ff1f77cdfca2b);}});}google.maps.event.addDomListener(window, 'load', initialize);