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(41.4599,-72.818)};var g_9bd68fc85788d86a6a74310eda902afe = new google.maps.Geocoder();g_9bd68fc85788d86a6a74310eda902afe.geocode( { 'address': "1062 Barnes Rd, Wallingford, CT 06492"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('wallingford-CT-advantage-financial-group').style.display = '';map = new google.maps.Map(document.getElementById('wallingford-CT-advantage-financial-group'), mapOptions);}document.getElementById('3daa75cd').innerHTML += ' | View Map';var $l9bd68fc85788d86a6a74310eda902afe = '

Advantage Financial Group

Address: 1062 Barnes Rd, Wallingford, CT 06492
Phone: (203) 269-4669
';var m_9bd68fc85788d86a6a74310eda902afe = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Advantage Financial Group',});m_9bd68fc85788d86a6a74310eda902afe['infowindow'] = new google.maps.InfoWindow({content: $l9bd68fc85788d86a6a74310eda902afe});var infowindow = new google.maps.InfoWindow({content: $l9bd68fc85788d86a6a74310eda902afe});google.maps.event.addListener(m_9bd68fc85788d86a6a74310eda902afe, 'click', function() {infowindow.open(map,m_9bd68fc85788d86a6a74310eda902afe);});$marker.push(m_9bd68fc85788d86a6a74310eda902afe);}});}google.maps.event.addDomListener(window, 'load', initialize);