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.2539,-89.0135)};var g_61f27770bee91a5dda1b2128f2919291 = new google.maps.Geocoder();g_61f27770bee91a5dda1b2128f2919291.geocode( { 'address': "284 W Oxford St, Pontotoc, MS 38863, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('pontotoc-MS-r--r-financial-services').style.display = '';map = new google.maps.Map(document.getElementById('pontotoc-MS-r--r-financial-services'), mapOptions);}document.getElementById('899f365a').innerHTML += ' | View Map';var $l61f27770bee91a5dda1b2128f2919291 = '

R & R Financial Services

Address: 284 W Oxford St, Pontotoc, MS 38863, USA
Phone: (662) 489-3040
';var m_61f27770bee91a5dda1b2128f2919291 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'R & R Financial Services',});m_61f27770bee91a5dda1b2128f2919291['infowindow'] = new google.maps.InfoWindow({content: $l61f27770bee91a5dda1b2128f2919291});var infowindow = new google.maps.InfoWindow({content: $l61f27770bee91a5dda1b2128f2919291});google.maps.event.addListener(m_61f27770bee91a5dda1b2128f2919291, 'click', function() {infowindow.open(map,m_61f27770bee91a5dda1b2128f2919291);});$marker.push(m_61f27770bee91a5dda1b2128f2919291);}});}google.maps.event.addDomListener(window, 'load', initialize);