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_551139f5e18a4553c08e44cea059f37f = new google.maps.Geocoder();g_551139f5e18a4553c08e44cea059f37f.geocode( { 'address': "7347 52nd Pl E, Bradenton, FL 34203"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bradenton-FL-coldwell-banker').style.display = '';map = new google.maps.Map(document.getElementById('bradenton-FL-coldwell-banker'), mapOptions);}document.getElementById('fc859f1a').innerHTML += ' | View Map';var $l551139f5e18a4553c08e44cea059f37f = '

Coldwell Banker

Address: 7347 52nd Pl E, Bradenton, FL 34203
Phone: (941) 739-6777
';var m_551139f5e18a4553c08e44cea059f37f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Coldwell Banker',});m_551139f5e18a4553c08e44cea059f37f['infowindow'] = new google.maps.InfoWindow({content: $l551139f5e18a4553c08e44cea059f37f});var infowindow = new google.maps.InfoWindow({content: $l551139f5e18a4553c08e44cea059f37f});google.maps.event.addListener(m_551139f5e18a4553c08e44cea059f37f, 'click', function() {infowindow.open(map,m_551139f5e18a4553c08e44cea059f37f);});$marker.push(m_551139f5e18a4553c08e44cea059f37f);}});}google.maps.event.addDomListener(window, 'load', initialize);