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(25.7327,-80.2343)};var g_9fadb591ad4442c63d0f63fb6127bf89 = new google.maps.Geocoder();g_9fadb591ad4442c63d0f63fb6127bf89.geocode( { 'address': "2601 S Bayshore Dr #1600, Miami, FL 33133, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('miami-FL-wells-fargo-insurance-services').style.display = '';map = new google.maps.Map(document.getElementById('miami-FL-wells-fargo-insurance-services'), mapOptions);}document.getElementById('3fa57a39').innerHTML += ' | View Map';var $l9fadb591ad4442c63d0f63fb6127bf89 = '

Wells Fargo Insurance Services

Address: 2601 S Bayshore Dr #1600, Miami, FL 33133, USA
Phone: (305) 443-4886
';var m_9fadb591ad4442c63d0f63fb6127bf89 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Wells Fargo Insurance Services',});m_9fadb591ad4442c63d0f63fb6127bf89['infowindow'] = new google.maps.InfoWindow({content: $l9fadb591ad4442c63d0f63fb6127bf89});var infowindow = new google.maps.InfoWindow({content: $l9fadb591ad4442c63d0f63fb6127bf89});google.maps.event.addListener(m_9fadb591ad4442c63d0f63fb6127bf89, 'click', function() {infowindow.open(map,m_9fadb591ad4442c63d0f63fb6127bf89);});$marker.push(m_9fadb591ad4442c63d0f63fb6127bf89);}});}google.maps.event.addDomListener(window, 'load', initialize);