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.4928,-76.3927)};var g_96c02df55c33801fa8bed40ce44b9a89 = new google.maps.Geocoder();g_96c02df55c33801fa8bed40ce44b9a89.geocode( { 'address': "2309 Belair Rd, Fallston, MD 21047, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('fallston-MD-american-insurance-and-financial-services-inc').style.display = '';map = new google.maps.Map(document.getElementById('fallston-MD-american-insurance-and-financial-services-inc'), mapOptions);}document.getElementById('fda5ea44').innerHTML += ' | View Map';var $l96c02df55c33801fa8bed40ce44b9a89 = '

American Insurance and Financial Services Inc

Address: 2309 Belair Rd, Fallston, MD 21047, USA
Phone: (410) 877-0017
';var m_96c02df55c33801fa8bed40ce44b9a89 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'American Insurance and Financial Services Inc',});m_96c02df55c33801fa8bed40ce44b9a89['infowindow'] = new google.maps.InfoWindow({content: $l96c02df55c33801fa8bed40ce44b9a89});var infowindow = new google.maps.InfoWindow({content: $l96c02df55c33801fa8bed40ce44b9a89});google.maps.event.addListener(m_96c02df55c33801fa8bed40ce44b9a89, 'click', function() {infowindow.open(map,m_96c02df55c33801fa8bed40ce44b9a89);});$marker.push(m_96c02df55c33801fa8bed40ce44b9a89);}});}google.maps.event.addDomListener(window, 'load', initialize);