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.3162,-80.3155)};var g_6de4bfe9504589a457d6e92fae4f9613 = new google.maps.Geocoder();g_6de4bfe9504589a457d6e92fae4f9613.geocode( { 'address': "8351 US-1, Port St Lucie, FL 34952, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('port-st-lucie-FL-mid-florida-bank').style.display = '';map = new google.maps.Map(document.getElementById('port-st-lucie-FL-mid-florida-bank'), mapOptions);}document.getElementById('50aa6133').innerHTML += ' | View Map';var $l6de4bfe9504589a457d6e92fae4f9613 = '

Mid Florida Bank

Address: 8351 US-1, Port St Lucie, FL 34952, USA
Phone: (772) 380-0289
';var m_6de4bfe9504589a457d6e92fae4f9613 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Mid Florida Bank',});m_6de4bfe9504589a457d6e92fae4f9613['infowindow'] = new google.maps.InfoWindow({content: $l6de4bfe9504589a457d6e92fae4f9613});var infowindow = new google.maps.InfoWindow({content: $l6de4bfe9504589a457d6e92fae4f9613});google.maps.event.addListener(m_6de4bfe9504589a457d6e92fae4f9613, 'click', function() {infowindow.open(map,m_6de4bfe9504589a457d6e92fae4f9613);});$marker.push(m_6de4bfe9504589a457d6e92fae4f9613);}});}google.maps.event.addDomListener(window, 'load', initialize);