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()};var g_12ac72f445ced20780a7900df364608a = new google.maps.Geocoder();g_12ac72f445ced20780a7900df364608a.geocode( { 'address': "4201 S Le Jeune Rd, Coral Gables, FL 33146"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('coral-gables-FL-us-century-bank').style.display = '';map = new google.maps.Map(document.getElementById('coral-gables-FL-us-century-bank'), mapOptions);}document.getElementById('2e4c1ccb').innerHTML += ' | View Map';var $l12ac72f445ced20780a7900df364608a = '

US Century Bank

Address: 4201 S Le Jeune Rd, Coral Gables, FL 33146
Phone: (305) 447-8960
';var m_12ac72f445ced20780a7900df364608a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'US Century Bank',});m_12ac72f445ced20780a7900df364608a['infowindow'] = new google.maps.InfoWindow({content: $l12ac72f445ced20780a7900df364608a});var infowindow = new google.maps.InfoWindow({content: $l12ac72f445ced20780a7900df364608a});google.maps.event.addListener(m_12ac72f445ced20780a7900df364608a, 'click', function() {infowindow.open(map,m_12ac72f445ced20780a7900df364608a);});$marker.push(m_12ac72f445ced20780a7900df364608a);}});}google.maps.event.addDomListener(window, 'load', initialize);