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(26.6218,-81.8727)};var g_2fa8fadcc0c3506875c09e7e7da28835 = new google.maps.Geocoder();g_2fa8fadcc0c3506875c09e7e7da28835.geocode( { 'address': "1949 Sunset Pl, Fort Myers, FL 33901, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('fort-myers-FL-nu-republic-accounting').style.display = '';map = new google.maps.Map(document.getElementById('fort-myers-FL-nu-republic-accounting'), mapOptions);}document.getElementById('bdd60a37').innerHTML += ' | View Map';var $l2fa8fadcc0c3506875c09e7e7da28835 = '

Nu Republic Accounting

Address: 1949 Sunset Pl, Fort Myers, FL 33901, USA
Phone: (239) 219-6437
';var m_2fa8fadcc0c3506875c09e7e7da28835 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Nu Republic Accounting',});m_2fa8fadcc0c3506875c09e7e7da28835['infowindow'] = new google.maps.InfoWindow({content: $l2fa8fadcc0c3506875c09e7e7da28835});var infowindow = new google.maps.InfoWindow({content: $l2fa8fadcc0c3506875c09e7e7da28835});google.maps.event.addListener(m_2fa8fadcc0c3506875c09e7e7da28835, 'click', function() {infowindow.open(map,m_2fa8fadcc0c3506875c09e7e7da28835);});$marker.push(m_2fa8fadcc0c3506875c09e7e7da28835);}});}google.maps.event.addDomListener(window, 'load', initialize);