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(27.306,-82.5146)};var g_d7f8251d56f8c16cffd789a2c4407e7c = new google.maps.Geocoder();g_d7f8251d56f8c16cffd789a2c4407e7c.geocode( { 'address': "3120 Southgate Cir, Sarasota, FL 34239, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('sarasota-FL-new-millennium-mortgage-company').style.display = '';map = new google.maps.Map(document.getElementById('sarasota-FL-new-millennium-mortgage-company'), mapOptions);}document.getElementById('6f5f525c').innerHTML += ' | View Map';var $ld7f8251d56f8c16cffd789a2c4407e7c = '

New Millennium Mortgage Company

Address: 3120 Southgate Cir, Sarasota, FL 34239, USA
Phone: (941) 366-5800
';var m_d7f8251d56f8c16cffd789a2c4407e7c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'New Millennium Mortgage Company',});m_d7f8251d56f8c16cffd789a2c4407e7c['infowindow'] = new google.maps.InfoWindow({content: $ld7f8251d56f8c16cffd789a2c4407e7c});var infowindow = new google.maps.InfoWindow({content: $ld7f8251d56f8c16cffd789a2c4407e7c});google.maps.event.addListener(m_d7f8251d56f8c16cffd789a2c4407e7c, 'click', function() {infowindow.open(map,m_d7f8251d56f8c16cffd789a2c4407e7c);});$marker.push(m_d7f8251d56f8c16cffd789a2c4407e7c);}});}google.maps.event.addDomListener(window, 'load', initialize);