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.0252,-80.7036)};var g_afc2637129ad904485e07d2c0e6b0688 = new google.maps.Geocoder();g_afc2637129ad904485e07d2c0e6b0688.geocode( { 'address': "1240 Boardman-Canfield Rd #4c, Boardman, OH 44512, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('boardman-OH-top-flite-financial-inc').style.display = '';map = new google.maps.Map(document.getElementById('boardman-OH-top-flite-financial-inc'), mapOptions);}document.getElementById('41c3f8f5').innerHTML += ' | View Map';var $lafc2637129ad904485e07d2c0e6b0688 = '

Top Flite Financial Inc

Address: 1240 Boardman-Canfield Rd #4c, Boardman, OH 44512, USA
Phone: (330) 822-2060
';var m_afc2637129ad904485e07d2c0e6b0688 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Top Flite Financial Inc',});m_afc2637129ad904485e07d2c0e6b0688['infowindow'] = new google.maps.InfoWindow({content: $lafc2637129ad904485e07d2c0e6b0688});var infowindow = new google.maps.InfoWindow({content: $lafc2637129ad904485e07d2c0e6b0688});google.maps.event.addListener(m_afc2637129ad904485e07d2c0e6b0688, 'click', function() {infowindow.open(map,m_afc2637129ad904485e07d2c0e6b0688);});$marker.push(m_afc2637129ad904485e07d2c0e6b0688);}});}google.maps.event.addDomListener(window, 'load', initialize);