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.3461,-80.082)};var g_a482ce0bf766f521f958c9bce8865c98 = new google.maps.Geocoder();g_a482ce0bf766f521f958c9bce8865c98.geocode( { 'address': "1 N Federal Hwy, Boca Raton, FL 33432"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('boca-raton-FL-first-united-bank').style.display = '';map = new google.maps.Map(document.getElementById('boca-raton-FL-first-united-bank'), mapOptions);}document.getElementById('ee9641d8').innerHTML += ' | View Map';var $la482ce0bf766f521f958c9bce8865c98 = '

First United Bank

Address: 1 N Federal Hwy, Boca Raton, FL 33432
Phone: (561) 362-3400
';var m_a482ce0bf766f521f958c9bce8865c98 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First United Bank',});m_a482ce0bf766f521f958c9bce8865c98['infowindow'] = new google.maps.InfoWindow({content: $la482ce0bf766f521f958c9bce8865c98});var infowindow = new google.maps.InfoWindow({content: $la482ce0bf766f521f958c9bce8865c98});google.maps.event.addListener(m_a482ce0bf766f521f958c9bce8865c98, 'click', function() {infowindow.open(map,m_a482ce0bf766f521f958c9bce8865c98);});$marker.push(m_a482ce0bf766f521f958c9bce8865c98);}});}google.maps.event.addDomListener(window, 'load', initialize);