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_8906750f6e52df1e0f89abadb63fc8fb = new google.maps.Geocoder();g_8906750f6e52df1e0f89abadb63fc8fb.geocode( { 'address': "3855 Tamiami Trl, Punta Gorda, FL 33950"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('punta-gorda-FL-c1-bank').style.display = '';map = new google.maps.Map(document.getElementById('punta-gorda-FL-c1-bank'), mapOptions);}document.getElementById('f8928c6a').innerHTML += ' | View Map';var $l8906750f6e52df1e0f89abadb63fc8fb = '

C1 Bank

Address: 3855 Tamiami Trl, Punta Gorda, FL 33950
Phone: (941) 505-4394
';var m_8906750f6e52df1e0f89abadb63fc8fb = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'C1 Bank',});m_8906750f6e52df1e0f89abadb63fc8fb['infowindow'] = new google.maps.InfoWindow({content: $l8906750f6e52df1e0f89abadb63fc8fb});var infowindow = new google.maps.InfoWindow({content: $l8906750f6e52df1e0f89abadb63fc8fb});google.maps.event.addListener(m_8906750f6e52df1e0f89abadb63fc8fb, 'click', function() {infowindow.open(map,m_8906750f6e52df1e0f89abadb63fc8fb);});$marker.push(m_8906750f6e52df1e0f89abadb63fc8fb);}});}google.maps.event.addDomListener(window, 'load', initialize);