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(39.761,-89.6491)};var g_bc918e7f0dd4320c1268258fc8c7c252 = new google.maps.Geocoder();g_bc918e7f0dd4320c1268258fc8c7c252.geocode( { 'address': "510 E Apple Orchard Rd Ste 300, Springfield, IL 62703, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('springfield-IL-top-flite-financial-inc').style.display = '';map = new google.maps.Map(document.getElementById('springfield-IL-top-flite-financial-inc'), mapOptions);}document.getElementById('4b687982').innerHTML += ' | View Map';var $lbc918e7f0dd4320c1268258fc8c7c252 = '

Top Flite Financial, Inc.

Address: 510 E Apple Orchard Rd Ste 300, Springfield, IL 62703, USA
Phone: (217) 814-0183
';var m_bc918e7f0dd4320c1268258fc8c7c252 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Top Flite Financial, Inc.',});m_bc918e7f0dd4320c1268258fc8c7c252['infowindow'] = new google.maps.InfoWindow({content: $lbc918e7f0dd4320c1268258fc8c7c252});var infowindow = new google.maps.InfoWindow({content: $lbc918e7f0dd4320c1268258fc8c7c252});google.maps.event.addListener(m_bc918e7f0dd4320c1268258fc8c7c252, 'click', function() {infowindow.open(map,m_bc918e7f0dd4320c1268258fc8c7c252);});$marker.push(m_bc918e7f0dd4320c1268258fc8c7c252);}});}google.maps.event.addDomListener(window, 'load', initialize);