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.5996,-81.9503)};var g_756c89b237906c7f0460729e85a35f62 = new google.maps.Geocoder();g_756c89b237906c7f0460729e85a35f62.geocode( { 'address': "804 Cape Coral Pkwy E, Cape Coral, FL 33904"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('cape-coral-FL-first-american-bank').style.display = '';map = new google.maps.Map(document.getElementById('cape-coral-FL-first-american-bank'), mapOptions);}document.getElementById('201e8d12').innerHTML += ' | View Map';var $l756c89b237906c7f0460729e85a35f62 = '

First American Bank

Address: 804 Cape Coral Pkwy E, Cape Coral, FL 33904
Phone: (239) 829-1380
';var m_756c89b237906c7f0460729e85a35f62 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First American Bank',});m_756c89b237906c7f0460729e85a35f62['infowindow'] = new google.maps.InfoWindow({content: $l756c89b237906c7f0460729e85a35f62});var infowindow = new google.maps.InfoWindow({content: $l756c89b237906c7f0460729e85a35f62});google.maps.event.addListener(m_756c89b237906c7f0460729e85a35f62, 'click', function() {infowindow.open(map,m_756c89b237906c7f0460729e85a35f62);});$marker.push(m_756c89b237906c7f0460729e85a35f62);}});}google.maps.event.addDomListener(window, 'load', initialize);