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.4648,-82.5926)};var g_49b54ac2246aae64ceea1d20609508bf = new google.maps.Geocoder();g_49b54ac2246aae64ceea1d20609508bf.geocode( { 'address': "4301 32nd St W # E27, Bradenton, FL 34205, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bradenton-FL-angels-on-loan').style.display = '';map = new google.maps.Map(document.getElementById('bradenton-FL-angels-on-loan'), mapOptions);}document.getElementById('4b58f823').innerHTML += ' | View Map';var $l49b54ac2246aae64ceea1d20609508bf = '

Angels On Loan

Address: 4301 32nd St W # E27, Bradenton, FL 34205, USA
Phone: (941) 782-0752
';var m_49b54ac2246aae64ceea1d20609508bf = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Angels On Loan',});m_49b54ac2246aae64ceea1d20609508bf['infowindow'] = new google.maps.InfoWindow({content: $l49b54ac2246aae64ceea1d20609508bf});var infowindow = new google.maps.InfoWindow({content: $l49b54ac2246aae64ceea1d20609508bf});google.maps.event.addListener(m_49b54ac2246aae64ceea1d20609508bf, 'click', function() {infowindow.open(map,m_49b54ac2246aae64ceea1d20609508bf);});$marker.push(m_49b54ac2246aae64ceea1d20609508bf);}});}google.maps.event.addDomListener(window, 'load', initialize);