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.3903,-82.4812)};var g_c44799b04a1c72e3c8593a53e8000c78 = new google.maps.Geocoder();g_c44799b04a1c72e3c8593a53e8000c78.geocode( { 'address': "5315 Cortez Rd W, Bradenton, FL 34210"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bradenton-FL-urban-trust-bank').style.display = '';map = new google.maps.Map(document.getElementById('bradenton-FL-urban-trust-bank'), mapOptions);}document.getElementById('6c195cf3').innerHTML += ' | View Map';var $lc44799b04a1c72e3c8593a53e8000c78 = '

Urban Trust Bank

Address: 5315 Cortez Rd W, Bradenton, FL 34210
Phone: (941) 792-0200
';var m_c44799b04a1c72e3c8593a53e8000c78 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Urban Trust Bank',});m_c44799b04a1c72e3c8593a53e8000c78['infowindow'] = new google.maps.InfoWindow({content: $lc44799b04a1c72e3c8593a53e8000c78});var infowindow = new google.maps.InfoWindow({content: $lc44799b04a1c72e3c8593a53e8000c78});google.maps.event.addListener(m_c44799b04a1c72e3c8593a53e8000c78, 'click', function() {infowindow.open(map,m_c44799b04a1c72e3c8593a53e8000c78);});$marker.push(m_c44799b04a1c72e3c8593a53e8000c78);}});}google.maps.event.addDomListener(window, 'load', initialize);