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.1712,-80.2935)};var g_87ea58fc2ea83b8e317c75d27937f159 = new google.maps.Geocoder();g_87ea58fc2ea83b8e317c75d27937f159.geocode( { 'address': "2801 SW High Meadow Ave, Palm City, FL 34990, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('palm-city-FL-wells-fargo-bank').style.display = '';map = new google.maps.Map(document.getElementById('palm-city-FL-wells-fargo-bank'), mapOptions);}document.getElementById('b2189bcc').innerHTML += ' | View Map';var $l87ea58fc2ea83b8e317c75d27937f159 = '

Wells Fargo Bank

Address: 2801 SW High Meadow Ave, Palm City, FL 34990, USA
Phone: (772) 221-4550
';var m_87ea58fc2ea83b8e317c75d27937f159 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Wells Fargo Bank',});m_87ea58fc2ea83b8e317c75d27937f159['infowindow'] = new google.maps.InfoWindow({content: $l87ea58fc2ea83b8e317c75d27937f159});var infowindow = new google.maps.InfoWindow({content: $l87ea58fc2ea83b8e317c75d27937f159});google.maps.event.addListener(m_87ea58fc2ea83b8e317c75d27937f159, 'click', function() {infowindow.open(map,m_87ea58fc2ea83b8e317c75d27937f159);});$marker.push(m_87ea58fc2ea83b8e317c75d27937f159);}});}google.maps.event.addDomListener(window, 'load', initialize);