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.0237,-80.612)};var g_1689fda8b85dccfc509ba92a91bebcab = new google.maps.Geocoder();g_1689fda8b85dccfc509ba92a91bebcab.geocode( { 'address': "7620 Market St #5, Youngstown, OH 44512, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('youngstown-OH-bury-financial-group').style.display = '';map = new google.maps.Map(document.getElementById('youngstown-OH-bury-financial-group'), mapOptions);}document.getElementById('1634bf0e').innerHTML += ' | View Map';var $l1689fda8b85dccfc509ba92a91bebcab = '

Bury Financial Group

Address: 7620 Market St #5, Youngstown, OH 44512, USA
Phone: (330) 757-1992
';var m_1689fda8b85dccfc509ba92a91bebcab = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bury Financial Group',});m_1689fda8b85dccfc509ba92a91bebcab['infowindow'] = new google.maps.InfoWindow({content: $l1689fda8b85dccfc509ba92a91bebcab});var infowindow = new google.maps.InfoWindow({content: $l1689fda8b85dccfc509ba92a91bebcab});google.maps.event.addListener(m_1689fda8b85dccfc509ba92a91bebcab, 'click', function() {infowindow.open(map,m_1689fda8b85dccfc509ba92a91bebcab);});$marker.push(m_1689fda8b85dccfc509ba92a91bebcab);}});}google.maps.event.addDomListener(window, 'load', initialize);