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(27.0479,-82.4072)};var g_80a9eda15c03d95e7ef34aa6c648fbc5 = new google.maps.Geocoder();g_80a9eda15c03d95e7ef34aa6c648fbc5.geocode( { 'address': "400 US Highway 41 Byp N, Venice, FL 34285"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('venice-FL-branch-banking-trust-corp').style.display = '';map = new google.maps.Map(document.getElementById('venice-FL-branch-banking-trust-corp'), mapOptions);}document.getElementById('4df8afa3').innerHTML += ' | View Map';var $l80a9eda15c03d95e7ef34aa6c648fbc5 = '

Branch Banking & Trust Corp

Address: 400 US Highway 41 Byp N, Venice, FL 34285
Phone: (941) 485-7755
';var m_80a9eda15c03d95e7ef34aa6c648fbc5 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Branch Banking & Trust Corp',});m_80a9eda15c03d95e7ef34aa6c648fbc5['infowindow'] = new google.maps.InfoWindow({content: $l80a9eda15c03d95e7ef34aa6c648fbc5});var infowindow = new google.maps.InfoWindow({content: $l80a9eda15c03d95e7ef34aa6c648fbc5});google.maps.event.addListener(m_80a9eda15c03d95e7ef34aa6c648fbc5, 'click', function() {infowindow.open(map,m_80a9eda15c03d95e7ef34aa6c648fbc5);});$marker.push(m_80a9eda15c03d95e7ef34aa6c648fbc5);}});}google.maps.event.addDomListener(window, 'load', initialize);