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_c3c5143b00580dc68d716b48c45e1c6a = new google.maps.Geocoder();g_c3c5143b00580dc68d716b48c45e1c6a.geocode( { 'address': "3480 Preston Ridge Rd, Alpharetta, GA 30005"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('alpharetta-GA-i-star-financial-inc').style.display = '';map = new google.maps.Map(document.getElementById('alpharetta-GA-i-star-financial-inc'), mapOptions);}document.getElementById('1f48cdf8').innerHTML += ' | View Map';var $lc3c5143b00580dc68d716b48c45e1c6a = '

I Star Financial Inc

Address: 3480 Preston Ridge Rd, Alpharetta, GA 30005
Phone: (678) 297-0100
';var m_c3c5143b00580dc68d716b48c45e1c6a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'I Star Financial Inc',});m_c3c5143b00580dc68d716b48c45e1c6a['infowindow'] = new google.maps.InfoWindow({content: $lc3c5143b00580dc68d716b48c45e1c6a});var infowindow = new google.maps.InfoWindow({content: $lc3c5143b00580dc68d716b48c45e1c6a});google.maps.event.addListener(m_c3c5143b00580dc68d716b48c45e1c6a, 'click', function() {infowindow.open(map,m_c3c5143b00580dc68d716b48c45e1c6a);});$marker.push(m_c3c5143b00580dc68d716b48c45e1c6a);}});}google.maps.event.addDomListener(window, 'load', initialize);