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_82048394a4fec8b2f82cb19fad17d292 = new google.maps.Geocoder();g_82048394a4fec8b2f82cb19fad17d292.geocode( { 'address': "2301 NW 87th Ave Doral, Doral, FL 33172-2403"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('doral-FL-u-s-century-bank-headquarters').style.display = '';map = new google.maps.Map(document.getElementById('doral-FL-u-s-century-bank-headquarters'), mapOptions);}document.getElementById('832cf651').innerHTML += ' | View Map';var $l82048394a4fec8b2f82cb19fad17d292 = '

U S Century Bank Headquarters

Address: 2301 NW 87th Ave Doral, Doral, FL 33172-2403
Phone: (305) 715-5200
';var m_82048394a4fec8b2f82cb19fad17d292 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'U S Century Bank Headquarters',});m_82048394a4fec8b2f82cb19fad17d292['infowindow'] = new google.maps.InfoWindow({content: $l82048394a4fec8b2f82cb19fad17d292});var infowindow = new google.maps.InfoWindow({content: $l82048394a4fec8b2f82cb19fad17d292});google.maps.event.addListener(m_82048394a4fec8b2f82cb19fad17d292, 'click', function() {infowindow.open(map,m_82048394a4fec8b2f82cb19fad17d292);});$marker.push(m_82048394a4fec8b2f82cb19fad17d292);}});}google.maps.event.addDomListener(window, 'load', initialize);