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.9337,-80.1029)};var g_676a50b58679afc0e573776d7cbb3835 = new google.maps.Geocoder();g_676a50b58679afc0e573776d7cbb3835.geocode( { 'address': "620 W Indiantown Rd, Jupiter, FL 33458, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('jupiter-FL-united-bank').style.display = '';map = new google.maps.Map(document.getElementById('jupiter-FL-united-bank'), mapOptions);}document.getElementById('fdaa68dc').innerHTML += ' | View Map';var $l676a50b58679afc0e573776d7cbb3835 = '

United Bank

Address: 620 W Indiantown Rd, Jupiter, FL 33458, USA
Phone: (561) 743-7436
';var m_676a50b58679afc0e573776d7cbb3835 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'United Bank',});m_676a50b58679afc0e573776d7cbb3835['infowindow'] = new google.maps.InfoWindow({content: $l676a50b58679afc0e573776d7cbb3835});var infowindow = new google.maps.InfoWindow({content: $l676a50b58679afc0e573776d7cbb3835});google.maps.event.addListener(m_676a50b58679afc0e573776d7cbb3835, 'click', function() {infowindow.open(map,m_676a50b58679afc0e573776d7cbb3835);});$marker.push(m_676a50b58679afc0e573776d7cbb3835);}});}google.maps.event.addDomListener(window, 'load', initialize);