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(42.9087,-78.7409)};var g_32646a086d36564ab429c9bb5668a5d7 = new google.maps.Geocoder();g_32646a086d36564ab429c9bb5668a5d7.geocode( { 'address': "2562 Walden Ave # 101, Buffalo, NY 14225, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('buffalo-NY-lifetime-wealth-management-group').style.display = '';map = new google.maps.Map(document.getElementById('buffalo-NY-lifetime-wealth-management-group'), mapOptions);}document.getElementById('35530ea2').innerHTML += ' | View Map';var $l32646a086d36564ab429c9bb5668a5d7 = '

Lifetime Wealth Management Group

Address: 2562 Walden Ave # 101, Buffalo, NY 14225, USA
Phone: (716) 651-0325
';var m_32646a086d36564ab429c9bb5668a5d7 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Lifetime Wealth Management Group',});m_32646a086d36564ab429c9bb5668a5d7['infowindow'] = new google.maps.InfoWindow({content: $l32646a086d36564ab429c9bb5668a5d7});var infowindow = new google.maps.InfoWindow({content: $l32646a086d36564ab429c9bb5668a5d7});google.maps.event.addListener(m_32646a086d36564ab429c9bb5668a5d7, 'click', function() {infowindow.open(map,m_32646a086d36564ab429c9bb5668a5d7);});$marker.push(m_32646a086d36564ab429c9bb5668a5d7);}});}google.maps.event.addDomListener(window, 'load', initialize);