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(26.3174,-80.1294)};var g_1a6a920ac0d1e5820aec0d8d882b335a = new google.maps.Geocoder();g_1a6a920ac0d1e5820aec0d8d882b335a.geocode( { 'address': "1834 W Hillsboro Blvd, Deerfield Beach, FL 33442, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('deerfield-beach-FL-bbt---west-hillsboro-branch').style.display = '';map = new google.maps.Map(document.getElementById('deerfield-beach-FL-bbt---west-hillsboro-branch'), mapOptions);}document.getElementById('60e592f0').innerHTML += ' | View Map';var $l1a6a920ac0d1e5820aec0d8d882b335a = '

BB&T - West Hillsboro Branch

Address: 1834 W Hillsboro Blvd, Deerfield Beach, FL 33442, USA
Phone: (954) 421-2495
';var m_1a6a920ac0d1e5820aec0d8d882b335a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BB&T - West Hillsboro Branch',});m_1a6a920ac0d1e5820aec0d8d882b335a['infowindow'] = new google.maps.InfoWindow({content: $l1a6a920ac0d1e5820aec0d8d882b335a});var infowindow = new google.maps.InfoWindow({content: $l1a6a920ac0d1e5820aec0d8d882b335a});google.maps.event.addListener(m_1a6a920ac0d1e5820aec0d8d882b335a, 'click', function() {infowindow.open(map,m_1a6a920ac0d1e5820aec0d8d882b335a);});$marker.push(m_1a6a920ac0d1e5820aec0d8d882b335a);}});}google.maps.event.addDomListener(window, 'load', initialize);