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_6ccfc750f53ceff95ba955d0b070cb0a = new google.maps.Geocoder();g_6ccfc750f53ceff95ba955d0b070cb0a.geocode( { 'address': "15680 SW 88th St, Miami, FL 33196"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('miami-FL-us-century-bank-west-kendall').style.display = '';map = new google.maps.Map(document.getElementById('miami-FL-us-century-bank-west-kendall'), mapOptions);}document.getElementById('2545b6a2').innerHTML += ' | View Map';var $l6ccfc750f53ceff95ba955d0b070cb0a = '

US Century Bank West Kendall

Address: 15680 SW 88th St, Miami, FL 33196
Phone: (305) 385-7104
';var m_6ccfc750f53ceff95ba955d0b070cb0a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'US Century Bank West Kendall',});m_6ccfc750f53ceff95ba955d0b070cb0a['infowindow'] = new google.maps.InfoWindow({content: $l6ccfc750f53ceff95ba955d0b070cb0a});var infowindow = new google.maps.InfoWindow({content: $l6ccfc750f53ceff95ba955d0b070cb0a});google.maps.event.addListener(m_6ccfc750f53ceff95ba955d0b070cb0a, 'click', function() {infowindow.open(map,m_6ccfc750f53ceff95ba955d0b070cb0a);});$marker.push(m_6ccfc750f53ceff95ba955d0b070cb0a);}});}google.maps.event.addDomListener(window, 'load', initialize);