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.7714,-82.3915)};var g_25b07af81d8c74341f00dc139652fdb0 = new google.maps.Geocoder();g_25b07af81d8c74341f00dc139652fdb0.geocode( { 'address': "6542 N US Highway 41, Apollo Beach, FL 33572"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('apollo-beach-FL-c1-bank').style.display = '';map = new google.maps.Map(document.getElementById('apollo-beach-FL-c1-bank'), mapOptions);}document.getElementById('b5c5908c').innerHTML += ' | View Map';var $l25b07af81d8c74341f00dc139652fdb0 = '

C1 Bank

Address: 6542 N US Highway 41, Apollo Beach, FL 33572
Phone: (813) 658-1200
';var m_25b07af81d8c74341f00dc139652fdb0 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'C1 Bank',});m_25b07af81d8c74341f00dc139652fdb0['infowindow'] = new google.maps.InfoWindow({content: $l25b07af81d8c74341f00dc139652fdb0});var infowindow = new google.maps.InfoWindow({content: $l25b07af81d8c74341f00dc139652fdb0});google.maps.event.addListener(m_25b07af81d8c74341f00dc139652fdb0, 'click', function() {infowindow.open(map,m_25b07af81d8c74341f00dc139652fdb0);});$marker.push(m_25b07af81d8c74341f00dc139652fdb0);}});}google.maps.event.addDomListener(window, 'load', initialize);