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(40.3209,-76.7905)};var g_c9049d2a46feb0ae2de6b0636f32ea0d = new google.maps.Geocoder();g_c9049d2a46feb0ae2de6b0636f32ea0d.geocode( { 'address': "5775 Allentown Blvd #102, Harrisburg, PA 17112, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('harrisburg-PA-flowers-and-flowers-cpas').style.display = '';map = new google.maps.Map(document.getElementById('harrisburg-PA-flowers-and-flowers-cpas'), mapOptions);}document.getElementById('88db42d9').innerHTML += ' | View Map';var $lc9049d2a46feb0ae2de6b0636f32ea0d = '

Flowers and Flowers CPAs

Address: 5775 Allentown Blvd #102, Harrisburg, PA 17112, USA
Phone: (717) 652-6564
';var m_c9049d2a46feb0ae2de6b0636f32ea0d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Flowers and Flowers CPAs',});m_c9049d2a46feb0ae2de6b0636f32ea0d['infowindow'] = new google.maps.InfoWindow({content: $lc9049d2a46feb0ae2de6b0636f32ea0d});var infowindow = new google.maps.InfoWindow({content: $lc9049d2a46feb0ae2de6b0636f32ea0d});google.maps.event.addListener(m_c9049d2a46feb0ae2de6b0636f32ea0d, 'click', function() {infowindow.open(map,m_c9049d2a46feb0ae2de6b0636f32ea0d);});$marker.push(m_c9049d2a46feb0ae2de6b0636f32ea0d);}});}google.maps.event.addDomListener(window, 'load', initialize);