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(42.8816,-78.8778)};var g_abdac3c2c521741e5aa11fc9c87bf7db = new google.maps.Geocoder();g_abdac3c2c521741e5aa11fc9c87bf7db.geocode( { 'address': "37 Franklin St #1110, Buffalo, NY 14202, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('buffalo-NY-the-law-office-of-james-j-cassar-esq').style.display = '';map = new google.maps.Map(document.getElementById('buffalo-NY-the-law-office-of-james-j-cassar-esq'), mapOptions);}document.getElementById('28e139b9').innerHTML += ' | View Map';var $labdac3c2c521741e5aa11fc9c87bf7db = '

The Law Office of James J. Cassar, Esq.

Address: 37 Franklin St #1110, Buffalo, NY 14202, USA
Phone: (716) 218-3118
';var m_abdac3c2c521741e5aa11fc9c87bf7db = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'The Law Office of James J. Cassar, Esq.',});m_abdac3c2c521741e5aa11fc9c87bf7db['infowindow'] = new google.maps.InfoWindow({content: $labdac3c2c521741e5aa11fc9c87bf7db});var infowindow = new google.maps.InfoWindow({content: $labdac3c2c521741e5aa11fc9c87bf7db});google.maps.event.addListener(m_abdac3c2c521741e5aa11fc9c87bf7db, 'click', function() {infowindow.open(map,m_abdac3c2c521741e5aa11fc9c87bf7db);});$marker.push(m_abdac3c2c521741e5aa11fc9c87bf7db);}});}google.maps.event.addDomListener(window, 'load', initialize);