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(34.1227,-84.2968)};var g_8c8053309e8638d59c4531d6da1e00be = new google.maps.Geocoder();g_8c8053309e8638d59c4531d6da1e00be.geocode( { 'address': "1505 Windward Concourse, Alpharetta, GA 30005"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('alpharetta-GA-equity-one').style.display = '';map = new google.maps.Map(document.getElementById('alpharetta-GA-equity-one'), mapOptions);}document.getElementById('c0498a6d').innerHTML += ' | View Map';var $l8c8053309e8638d59c4531d6da1e00be = '

Equity One

Address: 1505 Windward Concourse, Alpharetta, GA 30005
Phone: (770) 740-4000
';var m_8c8053309e8638d59c4531d6da1e00be = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Equity One',});m_8c8053309e8638d59c4531d6da1e00be['infowindow'] = new google.maps.InfoWindow({content: $l8c8053309e8638d59c4531d6da1e00be});var infowindow = new google.maps.InfoWindow({content: $l8c8053309e8638d59c4531d6da1e00be});google.maps.event.addListener(m_8c8053309e8638d59c4531d6da1e00be, 'click', function() {infowindow.open(map,m_8c8053309e8638d59c4531d6da1e00be);});$marker.push(m_8c8053309e8638d59c4531d6da1e00be);}});}google.maps.event.addDomListener(window, 'load', initialize);