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(25.7791,-80.1977)};var g_a149867fa23e870af6bc7b6a45a2d3df = new google.maps.Geocoder();g_a149867fa23e870af6bc7b6a45a2d3df.geocode( { 'address': "2632 N Miami Ave, Miami, FL 33127"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('miami-FL-c1-bank').style.display = '';map = new google.maps.Map(document.getElementById('miami-FL-c1-bank'), mapOptions);}document.getElementById('f03cc0d9').innerHTML += ' | View Map';var $la149867fa23e870af6bc7b6a45a2d3df = '

C1 Bank

Address: 2632 N Miami Ave, Miami, FL 33127
Phone: (305) 702-6810
';var m_a149867fa23e870af6bc7b6a45a2d3df = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'C1 Bank',});m_a149867fa23e870af6bc7b6a45a2d3df['infowindow'] = new google.maps.InfoWindow({content: $la149867fa23e870af6bc7b6a45a2d3df});var infowindow = new google.maps.InfoWindow({content: $la149867fa23e870af6bc7b6a45a2d3df});google.maps.event.addListener(m_a149867fa23e870af6bc7b6a45a2d3df, 'click', function() {infowindow.open(map,m_a149867fa23e870af6bc7b6a45a2d3df);});$marker.push(m_a149867fa23e870af6bc7b6a45a2d3df);}});}google.maps.event.addDomListener(window, 'load', initialize);