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.2837,-76.4963)};var g_bc738ae6c679831919970a21cc02a298 = new google.maps.Geocoder();g_bc738ae6c679831919970a21cc02a298.geocode( { 'address': "2349 North Point Blvd, Dundalk, MD 21222, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('dundalk-MD-citifinancial').style.display = '';map = new google.maps.Map(document.getElementById('dundalk-MD-citifinancial'), mapOptions);}document.getElementById('b100179f').innerHTML += ' | View Map';var $lbc738ae6c679831919970a21cc02a298 = '

CitiFinancial

Address: 2349 North Point Blvd, Dundalk, MD 21222, USA
Phone: (410) 285-8430
';var m_bc738ae6c679831919970a21cc02a298 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'CitiFinancial',});m_bc738ae6c679831919970a21cc02a298['infowindow'] = new google.maps.InfoWindow({content: $lbc738ae6c679831919970a21cc02a298});var infowindow = new google.maps.InfoWindow({content: $lbc738ae6c679831919970a21cc02a298});google.maps.event.addListener(m_bc738ae6c679831919970a21cc02a298, 'click', function() {infowindow.open(map,m_bc738ae6c679831919970a21cc02a298);});$marker.push(m_bc738ae6c679831919970a21cc02a298);}});}google.maps.event.addDomListener(window, 'load', initialize);