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.9123,-82.0469)};var g_3af97a7fc720141ec63f76b62d57c1e8 = new google.maps.Geocoder();g_3af97a7fc720141ec63f76b62d57c1e8.geocode( { 'address': "10001 Burnt Store Rd, Punta Gorda, FL 33950"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('punta-gorda-FL-first-union').style.display = '';map = new google.maps.Map(document.getElementById('punta-gorda-FL-first-union'), mapOptions);}document.getElementById('e806b055').innerHTML += ' | View Map';var $l3af97a7fc720141ec63f76b62d57c1e8 = '

First Union

Address: 10001 Burnt Store Rd, Punta Gorda, FL 33950
Phone: (941) 575-3200
';var m_3af97a7fc720141ec63f76b62d57c1e8 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Union',});m_3af97a7fc720141ec63f76b62d57c1e8['infowindow'] = new google.maps.InfoWindow({content: $l3af97a7fc720141ec63f76b62d57c1e8});var infowindow = new google.maps.InfoWindow({content: $l3af97a7fc720141ec63f76b62d57c1e8});google.maps.event.addListener(m_3af97a7fc720141ec63f76b62d57c1e8, 'click', function() {infowindow.open(map,m_3af97a7fc720141ec63f76b62d57c1e8);});$marker.push(m_3af97a7fc720141ec63f76b62d57c1e8);}});}google.maps.event.addDomListener(window, 'load', initialize);